home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / banging_the_metal / qdos / qdos4amiga3.lha / PLAY_MUSIC_readme < prev    next >
Text File  |  1998-02-16  |  757b  |  36 lines

  1. Short:    demonstration of the musical capabilities of BEEP
  2. Author:   Mark J Swift
  3. Uploader: msw@blackpool.ac.uk
  4.  
  5. Two BASIC programs to demonstrate the musical capabilities of
  6. the BEEP command.
  7.  
  8. Both these programs make use of the fact that the command
  9.  
  10.  BEEP <pitch>,<duration>
  11.  
  12. gives a frequency approximately equal to 11447/(10.6+<pitch>) hz
  13. and a duration of <duration>*72/1000000 seconds
  14.  
  15.  
  16. ARCHIVE CONTENTS
  17.  
  18.  PLAY_SCALE_bas     - simple program to play a musical scale
  19.  PLAY_MUSIC_bas     - program to play music from a DATA statement
  20.  PLAY_MUSIC_readme  - this file
  21.  
  22.  
  23. FEATURES
  24.  
  25. * simple and small
  26. * FREEWARE
  27.  
  28.  
  29. CONTACT
  30.  
  31.   post: MARK J SWIFT          e-mail: msw@blackpool.ac.uk
  32.         175 CHURCH STREET
  33.         BLACKPOOL
  34.         LANCS
  35.         FY1 3NX
  36.